projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0fdbab
)
(etags-recognize-tags-table): Fix misspelling of
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 18:32:26 +0000
(18:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 18:32:26 +0000
(18:32 +0000)
find-tag-regexp-next-line-after-failure-p.
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 158885c1887de13d3cd28f37d2d6ea21f19df086..9b9b6bf27552e3e5af8f27911601527fc03dd0e7 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-879,7
+879,7
@@
See documentation of variable `tags-file-name'."
(goto-tag-location-function . etags-goto-tag-location)
(find-tag-regexp-search-function . re-search-forward)
(find-tag-regexp-tag-order . (tag-re-match-p))
- (find-tag-regexp-next-line-after-failu
i
re-p . t)
+ (find-tag-regexp-next-line-after-failure-p . t)
(find-tag-search-function . search-forward)
(find-tag-tag-order . (tag-exact-match-p tag-word-match-p
tag-any-match-p))